home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 24 / Mac Magazin and MacEasy Magazine CD - Issue 24.iso / Online / BBEdit Light / BBEdit HTML Grabber / Readme < prev   
Text File  |  1996-07-13  |  1KB  |  48 lines

  1. BBEdit HTML Grabber Extension
  2. Version 1.0, July 10, 1996
  3. by Dan Crevier <mailto:dan@rhino.harvard.edu>
  4.  
  5. Introduction
  6.  
  7.     This is a BBEdit extension that allows you grab HTML documents from
  8. web (http) servers.  It requires BBEdit 3.5 and an internet connection
  9. with MacTCP or OpenTransport.  The BBEdit HTML Grabber Extension is freeware.
  10.  
  11. Usage
  12.  
  13.     Choosing the “Grab HTML…” command from the Internet menu brings up a
  14. dialog that lets you specify the URL of the document you want to get.
  15. This should be a standard HTTP URL, such as:
  16.  
  17.     http://rhino.harvard.edu/dan/home.html
  18.  
  19.  
  20.     If you hold down option, it will skip the dialog use the current
  21. selection as the URL.
  22.  
  23.     The results are presented in a new window.
  24.  
  25.     Most web servers return a header with each document that specifies
  26. information about the document.  If the include headers option is
  27. selected, this information will be included.
  28.  
  29. The extension is scriptable with the following dictionary:
  30.  
  31. grab HTML: Retrieves an HTML document from a web server
  32.     grab HTML string  -- URL to HTML document
  33.         [header boolean] -- Return document header? (defaults to false)
  34.     Result: string  -- HTML text
  35.  
  36. Acknowledgements
  37.  
  38. Thanks to Rich Siegel, John Daub, and Eric Scouten.
  39.  
  40. Release Notes
  41.  
  42. Version 1.0 — 7/13/96
  43.      • First public release
  44.  
  45. Dan Crevier
  46. <mailto:dan@rhino.harvard.edu>
  47. <http://rhino.harvard.edu/dan/home.html>
  48.